3.233 \(\int (d \csc (a+b x))^{3/2} \sqrt {c \sec (a+b x)} \, dx\)

Optimal. Leaf size=31 \[ -\frac {2 c d \sqrt {d \csc (a+b x)}}{b \sqrt {c \sec (a+b x)}} \]

[Out]

-2*c*d*(d*csc(b*x+a))^(1/2)/b/(c*sec(b*x+a))^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.05, antiderivative size = 31, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 25, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.040, Rules used = {2619} \[ -\frac {2 c d \sqrt {d \csc (a+b x)}}{b \sqrt {c \sec (a+b x)}} \]

Antiderivative was successfully verified.

[In]

Int[(d*Csc[a + b*x])^(3/2)*Sqrt[c*Sec[a + b*x]],x]

[Out]

(-2*c*d*Sqrt[d*Csc[a + b*x]])/(b*Sqrt[c*Sec[a + b*x]])

Rule 2619

Int[(csc[(e_.) + (f_.)*(x_)]*(a_.))^(m_)*((b_.)*sec[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Simp[(a*b*(a*Csc[e
 + f*x])^(m - 1)*(b*Sec[e + f*x])^(n - 1))/(f*(n - 1)), x] /; FreeQ[{a, b, e, f, m, n}, x] && EqQ[m + n - 2, 0
] && NeQ[n, 1]

Rubi steps

\begin {align*} \int (d \csc (a+b x))^{3/2} \sqrt {c \sec (a+b x)} \, dx &=-\frac {2 c d \sqrt {d \csc (a+b x)}}{b \sqrt {c \sec (a+b x)}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.07, size = 31, normalized size = 1.00 \[ -\frac {2 c d \sqrt {d \csc (a+b x)}}{b \sqrt {c \sec (a+b x)}} \]

Antiderivative was successfully verified.

[In]

Integrate[(d*Csc[a + b*x])^(3/2)*Sqrt[c*Sec[a + b*x]],x]

[Out]

(-2*c*d*Sqrt[d*Csc[a + b*x]])/(b*Sqrt[c*Sec[a + b*x]])

________________________________________________________________________________________

fricas [A]  time = 0.78, size = 36, normalized size = 1.16 \[ -\frac {2 \, d \sqrt {\frac {c}{\cos \left (b x + a\right )}} \sqrt {\frac {d}{\sin \left (b x + a\right )}} \cos \left (b x + a\right )}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*csc(b*x+a))^(3/2)*(c*sec(b*x+a))^(1/2),x, algorithm="fricas")

[Out]

-2*d*sqrt(c/cos(b*x + a))*sqrt(d/sin(b*x + a))*cos(b*x + a)/b

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \left (d \csc \left (b x + a\right )\right )^{\frac {3}{2}} \sqrt {c \sec \left (b x + a\right )}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*csc(b*x+a))^(3/2)*(c*sec(b*x+a))^(1/2),x, algorithm="giac")

[Out]

integrate((d*csc(b*x + a))^(3/2)*sqrt(c*sec(b*x + a)), x)

________________________________________________________________________________________

maple [A]  time = 1.22, size = 42, normalized size = 1.35 \[ -\frac {2 \left (\frac {d}{\sin \left (b x +a \right )}\right )^{\frac {3}{2}} \sqrt {\frac {c}{\cos \left (b x +a \right )}}\, \cos \left (b x +a \right ) \sin \left (b x +a \right )}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*csc(b*x+a))^(3/2)*(c*sec(b*x+a))^(1/2),x)

[Out]

-2/b*(d/sin(b*x+a))^(3/2)*(c/cos(b*x+a))^(1/2)*cos(b*x+a)*sin(b*x+a)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \left (d \csc \left (b x + a\right )\right )^{\frac {3}{2}} \sqrt {c \sec \left (b x + a\right )}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*csc(b*x+a))^(3/2)*(c*sec(b*x+a))^(1/2),x, algorithm="maxima")

[Out]

integrate((d*csc(b*x + a))^(3/2)*sqrt(c*sec(b*x + a)), x)

________________________________________________________________________________________

mupad [B]  time = 0.37, size = 36, normalized size = 1.16 \[ -\frac {2\,d\,\cos \left (a+b\,x\right )\,\sqrt {\frac {c}{\cos \left (a+b\,x\right )}}\,\sqrt {\frac {d}{\sin \left (a+b\,x\right )}}}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c/cos(a + b*x))^(1/2)*(d/sin(a + b*x))^(3/2),x)

[Out]

-(2*d*cos(a + b*x)*(c/cos(a + b*x))^(1/2)*(d/sin(a + b*x))^(1/2))/b

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*csc(b*x+a))**(3/2)*(c*sec(b*x+a))**(1/2),x)

[Out]

Timed out

________________________________________________________________________________________